home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / sync / local.mk < prev    next >
Encoding:
Text File  |  1992-12-19  |  574 b   |  20 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8.  
  9. #
  10. # Optimization is turned off because the current compiler (1.37.1)
  11. # for the sun3 does not produce correct code for Mach_GetCallerPC().
  12. # The register that the pc was stored into, and the one which it was
  13.  
  14. #if !empty(TM:Msun3) 
  15. NOOPTIMIZATION = yes        
  16. #endif
  17.  
  18. #include    <$(SYSMAKEFILE)>
  19.  
  20.